Content Library Subscriptions PlacementInfo
The Content Library Subscriptions PlacementInfo schema contains the placement information for the subscribed library's virtual machine template library items. The Content Library Subscriptions PlacementInfo schema is only applicable for the virtual machine template library items of the subscribed library.
This schema was added in vSphere API 6.7.2.
{
"folder": "string",
"cluster": "string",
"resource_pool": "string",
"host": "string",
"network": "string"
}
Virtual machine folder into which the virtual machine template should be placed.
This property was added in vSphere API 6.7.2.
The property will be missing or null
if the subscribed library associated with the subscription does not have a virtual machine folder.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Folder:VCenter
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Folder:VCenter
.
Cluster onto which the virtual machine template should be placed.
This property was added in vSphere API 6.7.2.
The property will be missing or null
if the subscribed library associated with the subscription does not have a cluster.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource:VCenter
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource:VCenter
.
Resource pool into which the virtual machine template should be placed.
This property was added in vSphere API 6.7.2.
The property will be missing or null
if the subscribed library associated with the subscription does not have a resource pool.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ResourcePool:VCenter
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ResourcePool:VCenter
.
Host onto which the virtual machine template should be placed. If host and resource_pool are both specified, resource_pool must belong to host. If host and cluster are both specified, host must be a member of cluster.
This property was added in vSphere API 6.7.2.
The property will be missing or null
if the subscribed library associated with the subscription does not have a host.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: HostSystem:VCenter
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: HostSystem:VCenter
.
Network that backs the virtual Ethernet adapters in the virtual machine template.
This property was added in vSphere API 6.7.2.
The property will be missing or null
if the subscribed library associated with the subscription does not have a network.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Network:VCenter
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Network:VCenter
.